MindFusion.Mapping Programmer's Guide

ICanvas.ClipExclude Method (List(IList(Point)))

See Also
 






Excludes the specified areas from the current clip region.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

void ClipExclude (
    List<IList<Point>> points
)

Visual Basic  Copy Code

Sub ClipExclude( _
    points As List(Of IList(Of Point)) _
)

 Parameters

points

A list of points specifying the area to exclude.

 See Also